summaryrefslogtreecommitdiff
path: root/t/mkinst2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/mkinst2.sh')
-rwxr-xr-xt/mkinst2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/mkinst2.sh b/t/mkinst2.sh
index c2f9bf66a..daf8760ae 100755
--- a/t/mkinst2.sh
+++ b/t/mkinst2.sh
@@ -33,8 +33,8 @@ $AUTOMAKE
./configure --prefix "$(pwd)/sub"
$MAKE installdirs
-test ! -d sub/man
+test ! -e sub/man
$MAKE install
-test ! -d sub/man
+test ! -e sub/man
: