diff options
Diffstat (limited to 'source4/script/tests/tests_win.sh')
-rwxr-xr-x | source4/script/tests/tests_win.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |