]> Dogcows Code - chaz/tar/blobdiff - tests/listed01.sh
Use prereq() instead of passing arguments to 'before'.
[chaz/tar] / tests / listed01.sh
index 8ed074ac692295f8b6da46d8e48871d4813c872b..5828f82050438f260b926c72b8318702ab45a0ee 100755 (executable)
@@ -1,6 +1,7 @@
 #! /bin/sh
 
 # Check if listed-incremental backups work for individual files.
+# Script proposed by Andreas Schuldei <andreas@schuldei.org>
 
 # This file is part of GNU tar testsuite.
 # Copyright (C) 2004 Free Software Foundation, Inc.
@@ -21,7 +22,8 @@
 # 02111-1307, USA.
 
 . ./preset
-. $srcdir/before gnu oldgnu 
+. $srcdir/before
+prereq gnu oldgnu 
 
 mkdir directory
 dd if=/dev/zero of=directory/file1 bs=1024 count=10 2>/dev/null
This page took 0.031027 seconds and 4 git commands to generate.