Add a new test for filenames with spaces.
This commit is contained in:
parent
e8584c8d76
commit
4d47b5ec7f
7 changed files with 17 additions and 3 deletions
6
t/space dir/test.do
Normal file
6
t/space dir/test.do
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
redo "space file"
|
||||
F1="$(cat "space 2")"
|
||||
redo "../space dir/space file"
|
||||
F2="$(cat "space 2")"
|
||||
[ "$F1" = "$F2" ] || exit 2
|
||||
[ -n "$F1" ] || exit 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue