chiark / gitweb /
egression test doesn't rely on value of O_NONBLOCK and other flags.
authorian <ian>
Wed, 12 May 1999 21:34:53 +0000 (21:34 +0000)
committerian <ian>
Wed, 12 May 1999 21:34:53 +0000 (21:34 +0000)
changelog
regress/fcntl-change.pl [deleted file]

index 09c803e4f9703e1c7eda96fa46c6041b2a5bce9c..31429b0f0f7e25a23e31023be0064f6c64f52145 100644 (file)
--- a/changelog
+++ b/changelog
@@ -10,7 +10,7 @@ adns (0.2) experimental; urgency=low
   * Look for inet_aton and inet_ntoa (in -lnsl and -lsocket).
 
   Portability fixes to regression test:
   * Look for inet_aton and inet_ntoa (in -lnsl and -lsocket).
 
   Portability fixes to regression test:
-  * Regression test doesn't rely on value of O_NONBLOCK.
+  * Regression test doesn't rely on value of O_NONBLOCK and other flags.
 
   Other changes:
   * Added COPYING (copy of the GPL).
 
   Other changes:
   * Added COPYING (copy of the GPL).
diff --git a/regress/fcntl-change.pl b/regress/fcntl-change.pl
deleted file mode 100644 (file)
index d346281..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-s/^( fcntl fd=\d+ cmd=F_SETFL) 2050$/$1 O_NONBLOCK\|\.\.\./;
-if ($last =~ m/^ fcntl fd=\d+ cmd=F_GETFL$/) {
-    s/^ fcntl=2$/ fcntl\=\~O_NONBLOCK\&.../;
-}
-if ($last =~ m/^ fcntl fd=\d+ cmd=F_SETFL /) {
-    s/^ fcntl=0$/ fcntl\=OK/;
-}
-$last=$_;