mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
hush: tweak testsuite
This commit is contained in:
parent
a8b6dff97f
commit
feecc7b74e
@ -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" "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user