diff options
author | Paul Smith <psmith@gnu.org> | 2009-06-13 21:21:48 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2009-06-13 21:21:48 +0000 |
commit | bf9822658f50510d997da9d8c0c828dd7e26d6a6 (patch) | |
tree | 47ab9802e84026d85beb9e0b409872069bfb0e93 /tests/scripts/functions/wildcard | |
parent | c8840352acf40443a70ea3748130cee055154492 (diff) | |
download | gunmake-bf9822658f50510d997da9d8c0c828dd7e26d6a6.tar.gz |
- Fix Savannah bug 17825
- Fix Savannah bug 21231
Diffstat (limited to 'tests/scripts/functions/wildcard')
-rw-r--r-- | tests/scripts/functions/wildcard | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/tests/scripts/functions/wildcard b/tests/scripts/functions/wildcard index d61384e..2841f5d 100644 --- a/tests/scripts/functions/wildcard +++ b/tests/scripts/functions/wildcard @@ -81,14 +81,11 @@ if ((-f "example.1")||(-f "example.two")||(-f "example.3")||(-f "example.for")) &compare_output($answer,&get_logfile(1)); +# TEST #4: Verify that failed wildcards don't return the pattern -1; - - - - - - - - +run_make_test(q! +all: ; @echo $(wildcard xz--y*.7) +!, + '', "\n"); +1; |