Merge branch 'maint'
[platform/upstream/automake.git] / t / self-check-explicit-skips.sh
index 95ed313..fa1626e 100755 (executable)
@@ -43,7 +43,7 @@ test $? -eq 77 || exit 1
 run_dummy_test 'sh -c "exit 77"' am_explicit_skips=no
 test $? -eq 77 || exit 1
 
-run_dummy_test '(exit 77); exit 77' am_explicit_skips=yes 
+run_dummy_test '(exit 77); exit 77' am_explicit_skips=yes
 test $? -eq 78 || exit 1
 
 run_dummy_test 'sh -c "exit 77"' am_explicit_skips=y