Fix some test cases
[oweals/busybox.git] / testsuite / makedevs.tests
index eb51410b33a44d43d14ae34460b8757f28b1861c..fd12460ec7d4b701a3e1d3d8d1ff6f7ce7c238b3 100755 (executable)
@@ -4,6 +4,11 @@
 
 . ./testing.sh
 
+test x"`id -u`" = x"0" || {
+       echo "SKIPPED: makedevs (must be root to test this)"
+       exit 0
+}
+
 unset LANG
 unset LC_COLLATE
 unset LC_ALL