Permalink
Browse files

Fix gold/glob.sh after testdata was moved.

  • Loading branch information...
Andy Chu
Andy Chu committed Nov 9, 2017
1 parent feec0de commit 9378f2ed4264934592c13156e3b864e805d209a6
Showing with 6 additions and 6 deletions.
  1. +6 −6 gold/glob.sh
View
@@ -4,15 +4,15 @@
# ./03-glob.sh <function name>
# Evaluates to command and arg
spec/echo.s[h-j]
spec/testdata/echo.s[h-j]
# Negation
spec/echo.s[!i-z]
spec/echo.s[!i]
spec/testdata/echo.s[!i-z]
spec/testdata/echo.s[!i]
spec/echo.*
spec/testdata/echo.*
spec/echo.s?
spec/testdata/echo.s?
# NOTE: bash also has extglob
# http://mywiki.wooledge.org/glob
@@ -23,4 +23,4 @@ spec/echo.s?
# globstar -- ** for directories
echo classes
spec/echo.s[[:alpha:]]
spec/testdata/echo.s[[:alpha:]]

0 comments on commit 9378f2e

Please sign in to comment.