Adapt for runtest update.
--HG--
branch : HEAD
diff --git a/regress/add_from_buffer.test b/regress/add_from_buffer.test
index b2316c1..c6e75a0 100644
--- a/regress/add_from_buffer.test
+++ b/regress/add_from_buffer.test
@@ -1,6 +1,6 @@
# add buffer contents as file to zip
-# $NiH$
+# $NiH: add_from_buffer.test,v 1.1 2005/07/15 16:54:25 wiz Exp $
program add_from_buffer
return 0
args testbuffer.zip
-filenew testbuffer.zip testbuffer.zip
+file-new testbuffer.zip testbuffer.zip
diff --git a/regress/add_from_file.test b/regress/add_from_file.test
index 43de3c4..35e9ac3 100644
--- a/regress/add_from_file.test
+++ b/regress/add_from_file.test
@@ -1,7 +1,7 @@
# add file to zip
-# $NiH$
+# $NiH: add_from_file.test,v 1.1 2005/07/15 16:54:25 wiz Exp $
program add_from_file
return 0
args testfile.zip testfile.txt
-copy testfile.txt testfile.txt
-filenew testfile.zip testfile.zip
+file testfile.txt testfile.txt testfile.txt
+file-new testfile.zip testfile.zip
diff --git a/regress/add_from_filep.test b/regress/add_from_filep.test
index ec3c45a..48f7edc 100644
--- a/regress/add_from_filep.test
+++ b/regress/add_from_filep.test
@@ -1,7 +1,7 @@
# add file to zip
-# $NiH$
+# $NiH: add_from_filep.test,v 1.1 2005/07/17 00:01:06 wiz Exp $
program add_from_filep
return 0
args testfile.zip testfile.txt
-copy testfile.txt testfile.txt
-filenew testfile.zip testfile.zip
+file testfile.txt testfile.txt testfile.txt
+file-new testfile.zip testfile.zip
diff --git a/regress/fread.test b/regress/fread.test
index c1c7888..9fbe5d8 100644
--- a/regress/fread.test
+++ b/regress/fread.test
@@ -1,6 +1,6 @@
# various tests for zip_fread
-# $NiH$
+# $NiH: fread.test,v 1.1 2005/07/16 17:14:32 wiz Exp $
program fread
args broken.zip
return 0
-copy broken.zip broken.zip
+file broken.zip broken.zip broken.zip
diff --git a/regress/name_locate.test b/regress/name_locate.test
index c4e77a4..e664fd7 100644
--- a/regress/name_locate.test
+++ b/regress/name_locate.test
@@ -1,6 +1,6 @@
# various tests for zip_name_locate
-# $NiH$
+# $NiH: name_locate.test,v 1.1 2005/07/16 17:14:32 wiz Exp $
program name_locate
args test.zip
return 0
-copy test.zip test.zip
+file test.zip test.zip test.zip
diff --git a/regress/open.test b/regress/open.test
index 84d0fa1..b843cd4 100644
--- a/regress/open.test
+++ b/regress/open.test
@@ -1,7 +1,7 @@
# various tests for zip_open
-# $NiH$
+# $NiH: open.test,v 1.1 2005/07/16 17:14:32 wiz Exp $
program open
args test.zip Makefile.am
return 0
-copy test.zip test.zip
-copy Makefile.am Makefile.am
+file test.zip test.zip test.zip
+file Makefile.am Makefile.am Makefile.am