aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 65dd430b5..e0e6a5c0c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -269,7 +269,7 @@ test-travis: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sy
269 269
270########################################## 270##########################################
271# Individual tests, some of them require root access 271# Individual tests, some of them require root access
272# The tests are very intrussive, by the time you are done 272# The tests are very intrusive, by the time you are done
273# with them you will need to restart your computer. 273# with them you will need to restart your computer.
274########################################## 274##########################################
275 275
@@ -294,7 +294,7 @@ test-network:
294test-stress: 294test-stress:
295 cd test/stress; ./stress.sh | grep TESTING 295 cd test/stress; ./stress.sh | grep TESTING
296 296
297# Tesets running a root user 297# Tests running a root user
298test-root: 298test-root:
299 cd test/root; su -c ./root.sh | grep TESTING 299 cd test/root; su -c ./root.sh | grep TESTING
300 300