]> Dogcows Code - chaz/tar/blobdiff - tests/delete02.at
Always use genfile --file, this enables extra error checking.
[chaz/tar] / tests / delete02.at
index dce39552118cb0f78621c5f8b3ec1b9b97d2bf17..4e45b4fb9021d7c611448ffd2c46c50f73ee6cd5 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright (C) 2004 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 
 # 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
@@ -24,7 +24,7 @@ AT_SETUP([deleting a member from stdin archive])
 AT_KEYWORDS([delete delete02])
 
 AT_TAR_CHECK([
-genfile -l 3073 -p zeros > 1
+genfile -l 3073 -p zeros --file 1
 cp 1 2
 cp 2 3
 tar cf archive 1 2 3
This page took 0.023673 seconds and 4 git commands to generate.