Skip to content

Commit

Permalink
Redesign @goal_glob #34
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Aug 23, 2021
1 parent ed3a9e2 commit 1bb39bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/11_goal_glob.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

@goal_glob 11_goal_glob*.txt
@goal @glob 11_goal_glob*.txt
@reached_if [[ $INDEX -eq 1 ]]
@doc test goal_glob
echo "$ITEM :: $INDEX :: $TOTAL"
cat $ITEM

@goal_glob non-existent-glob*
@goal @glob non-existent-glob*
echo "wtf"

@goal test1
Expand Down

0 comments on commit 1bb39bb

Please sign in to comment.