apenwarr-redo/t/space dir/test.do
2010-11-21 06:20:16 -08:00

6 lines
144 B
Text

redo "space file"
F1="$(cat "space 2")"
redo "../space dir/space file"
F2="$(cat "space 2")"
[ "$F1" = "$F2" ] || exit 2
[ -n "$F1" ] || exit 3