ossp-pkg/shtool/test.db 1.15 -> 1.16
--- test.db 2001/01/17 09:55:11 1.15
+++ test.db 2001/04/20 19:00:02 1.16
@@ -183,7 +183,8 @@
test "x`shtool path -d a/b/c`" = "xa/b"
test "x`shtool path -d a/b/c/`" = "xa/b/c"
test "x`shtool path -b a/b/c`" = "xc"
-echo foo >foo.sh
+echo '#!/bin/sh' >foo.sh
+echo 'true' >>foo.sh
chmod a+x foo.sh
test "x`shtool path -p $PATH:. foo.sh`" = "x./foo.sh"
@end{path}
|
|