summaryrefslogtreecommitdiff
path: root/t/pr224.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/pr224.sh')
-rw-r--r--t/pr224.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/pr224.sh b/t/pr224.sh
index fcea14865..1961786b1 100644
--- a/t/pr224.sh
+++ b/t/pr224.sh
@@ -56,8 +56,8 @@ cd build
../configure
$MAKE
-test -d foo/.deps
+test -f foo/.deps/main.Po
$MAKE distclean
-test -d foo/.deps && exit 1
+test ! -e foo/.deps/main.Po
: