From 86d77746dbaa3570fb6e23538b52ba3bb19f0b07 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 21 Mar 2007 16:26:25 +0000 Subject: r21910: Clean up some unused functions. (This used to be commit 36cd3406db06e3101cfede2f3935879cb11eeb93) --- source4/script/tests/tests_win.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script/tests/tests_win.sh') diff --git a/source4/script/tests/tests_win.sh b/source4/script/tests/tests_win.sh index b885056ace..e25c29d4c9 100755 --- a/source4/script/tests/tests_win.sh +++ b/source4/script/tests/tests_win.sh @@ -1,7 +1,7 @@ #!/bin/sh if [ `whoami` != "root" ]; then - echo "Windows tests will not run without root privilages." + echo "Windows tests will not run without root privileges." exit 1 fi -- cgit