comparison tests/test-merge-types @ 5685:57d29a45ffbc

Use skipped: instead of hghave: for skipping tests, use this in test-merge-types
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 21 Dec 2007 21:50:19 +0100
parents 396c7010b0cd
children 32c2832682a9
comparison
equal deleted inserted replaced
5684:c08cda4e4ddd 5685:57d29a45ffbc
32 echo a is a symlink 32 echo a is a symlink
33 $TESTDIR/readlink.py a 33 $TESTDIR/readlink.py a
34 elif [ -x a ]; then 34 elif [ -x a ]; then
35 echo a is executable 35 echo a is executable
36 fi 36 fi
37
38 echo "skipped: test is for a known, unfixed bug"
39 exit 80