Hi,

idpriv-drop fails its test suite:

chmod: cannot access `test-idpriv-droptemp': No such file or directory
./test-idpriv-drop.su.sh: 40: ./test-idpriv-droptemp: not found

Looks like a cut-and-paste error, patch attached.

Ian.

-- 
Ian Beckwith - i...@erislabs.net - http://erislabs.net/ianb/
GPG fingerprint: AF6C C0F1 1E74 424B BCD5  4814 40EC C154 A8BA C1EA
Listening to: Orchestral Manoeuvres in the Dark - The New Stone Age
diff --git a/tests/test-idpriv-drop.su.sh b/tests/test-idpriv-drop.su.sh
index 5dadc24..0203c51 100755
--- a/tests/test-idpriv-drop.su.sh
+++ b/tests/test-idpriv-drop.su.sh
@@ -31,12 +31,12 @@ chmod 6755 test-idpriv-drop${EXEEXT}
 ./test-idpriv-drop${EXEEXT} || exit 13          # setuid and setgid root
 
 if chown nobody test-idpriv-drop${EXEEXT} 2>/dev/null; then
-  chmod 4755 test-idpriv-droptemp${EXEEXT}
-  ./test-idpriv-droptemp${EXEEXT} || exit 13    # setuid nobody
-  chmod 2755 test-idpriv-droptemp${EXEEXT}
-  ./test-idpriv-droptemp${EXEEXT} || exit 13    # setgid root
-  chmod 6755 test-idpriv-droptemp${EXEEXT}
-  ./test-idpriv-droptemp${EXEEXT} || exit 13    # setuid nobody and setgid root
+  chmod 4755 test-idpriv-drop${EXEEXT}
+  ./test-idpriv-drop${EXEEXT} || exit 13        # setuid nobody
+  chmod 2755 test-idpriv-drop${EXEEXT}
+  ./test-idpriv-drop${EXEEXT} || exit 13        # setgid root
+  chmod 6755 test-idpriv-drop${EXEEXT}
+  ./test-idpriv-drop${EXEEXT} || exit 13        # setuid nobody and setgid root
 fi
 
 if chown root:nobody test-idpriv-drop${EXEEXT} 2>/dev/null; then

Attachment: signature.asc
Description: Digital signature

Reply via email to