chiark / gitweb /
Fix typo in changelog entry for 1.6.1
[adns.git] / regress / r1test
index 591369c4d1e9ccc357bfe9c90b93d52e0cecad21..f61089af2d01b78c9ff66d2b0be81a4738ba7789 100755 (executable)
@@ -2,12 +2,8 @@
 # usage: r1test <testcasename>
 # test execution script, for running one test
 #
-#  This file is part of adns, which is
-#    Copyright (C) 1997-2000,2003,2006,2014-2016,2020  Ian Jackson
-#    Copyright (C) 2014  Mark Wooding
-#    Copyright (C) 1999-2000,2003,2006  Tony Finch
-#    Copyright (C) 1991 Massachusetts Institute of Technology
-#  (See the file INSTALL for full details.)
+#  This file is part of adns, which is Copyright Ian Jackson
+#  and contributors (see the file INSTALL for full details).
 #  
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
@@ -37,13 +33,6 @@ rm -f $ocase.*
 EF_DISABLE_BANNER=1
 export EF_DISABLE_BANNER
 
-if test -e "$case.in"
-then
-       exec <"$case.in"
-else
-       exec </dev/null
-fi
-
 if test ! -e $playback
 then
        printf "SKIPPED-$casename "