command.c
changeset 652 0f553238c98a
parent 601 952c0295f79a
child 679 e959706a3e4d
--- a/command.c	Tue Dec 14 17:38:48 2004 +0000
+++ b/command.c	Tue Dec 14 18:13:02 2004 +0000
@@ -472,7 +472,7 @@
 
 	// If notest is on, it means the result of the test can be different then
 	//   the real command.. so ignore the test
-	if (!notest) {
+	if (!notest && !((cmd & CMD_NO_TEST_IF_IN_NETWORK) && _networking)) {
 		assert(res == res2); // sanity check
 	} else {
 		if ((uint32)res2 >> 16 == 0x8000) {