tests: use 'hghave no-windows' to avoid testing reserved file names on windows

This commit is contained in:
Mads Kiilerich 2011-11-07 03:14:55 +01:00
parent 72ebeacea3
commit 8344ac235d
6 changed files with 14 additions and 0 deletions

View File

@ -209,6 +209,9 @@ def has_ssl():
except ImportError:
return False
def has_windows():
return os.name == 'nt'
checks = {
"baz": (has_baz, "GNU Arch baz client"),
"bzr": (has_bzr, "Canonical's Bazaar client"),
@ -239,6 +242,7 @@ checks = {
"symlink": (has_symlink, "symbolic links"),
"tla": (has_tla, "GNU Arch tla client"),
"unix-permissions": (has_unix_permissions, "unix-style permissions"),
"windows": (has_windows, "Windows"),
}
def list_features():

View File

@ -1,3 +1,5 @@
$ "$TESTDIR/hghave" no-windows || exit 80
$ hg init a
$ cd a
$ echo a > a

View File

@ -1,3 +1,5 @@
$ "$TESTDIR/hghave" no-windows || exit 80
$ hg init rep
$ cd rep
$ mkdir dir

View File

@ -1,3 +1,5 @@
$ "$TESTDIR/hghave" no-windows || exit 80
$ cat > nlinks.py <<EOF
> import os, sys
> for f in sorted(sys.stdin.readlines()):

View File

@ -1,3 +1,5 @@
$ "$TESTDIR/hghave" no-windows || exit 80
This test tries to exercise the ssh functionality with a dummy script
$ checknewrepo()

View File

@ -1,3 +1,5 @@
$ "$TESTDIR/hghave" no-windows || exit 80
$ hg init t
$ cd t
$ mkdir -p beans