From 39b87363ae7741512b191a3d1b1c341e826fd7c2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 15 Jun 2005 09:04:21 +0000 Subject: Ensure that each `-d'-specified directory is created. --- tests/install/basic-1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/install/basic-1') diff --git a/tests/install/basic-1 b/tests/install/basic-1 index 66a8e64e1..07d10debd 100755 --- a/tests/install/basic-1 +++ b/tests/install/basic-1 @@ -64,5 +64,8 @@ test "$1" = -r-xr-xr-x || fail=1 ginstall -d . || fail=1 ginstall -d newdir || fail=1 ginstall -d newdir1 newdir2 newdir3 || fail=1 +test -d newdir1 || fail=1 +test -d newdir2 || fail=1 +test -d newdir3 || fail=1 (exit $fail); exit $fail -- cgit v1.2.3-54-g00ecf