mirror of
https://github.com/sheumann/hush.git
synced 2025-07-23 19:24:22 +00:00
hush: tweak testsuite
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
Should be printed
|
Should be printed
|
||||||
Should be printed
|
Should be printed
|
||||||
Empty:
|
Empty:
|
||||||
|
Empty:
|
||||||
|
Empty:
|
||||||
|
@@ -13,5 +13,7 @@ for a in """$@"; do echo Should not be printed; done
|
|||||||
for a in """$@"''"$@"''; do echo Should not be printed; done
|
for a in """$@"''"$@"''; do echo Should not be printed; done
|
||||||
for a in ""; do echo Should be printed; done
|
for a in ""; do echo Should be printed; done
|
||||||
|
|
||||||
# Bug 207: "$@" expands to nothing, and we erroneously glob "%s\\n" twice:
|
# Bug 207: "$@" expands to nothing, and we erroneously glob "%s\n" twice:
|
||||||
|
printf 'Empty:%s\n' "$@"
|
||||||
|
printf "Empty:%s\n" "$@"
|
||||||
printf "Empty:%s\\n" "$@"
|
printf "Empty:%s\\n" "$@"
|
||||||
|
Reference in New Issue
Block a user