chiark / gitweb /
egression test doesn't rely on value of O_NONBLOCK and other flags.
[adns.git] / regress / fcntl-change.pl
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=$_;