]> Dogcows Code - chaz/tar/blobdiff - tests/T-cd.at
Update copyright years.
[chaz/tar] / tests / T-cd.at
index ac76021bce95374f5b426ff80a392abba4e320f9..051d8091ed2b72dab47dca7647f22d3712c5244b 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 #
 # Test suite for GNU tar.
-# Copyright 2013 Free Software Foundation, Inc.
+# Copyright 2013-2014 Free Software Foundation, Inc.
 #
 # This file is part of GNU tar.
 #
@@ -22,6 +22,7 @@ AT_SETUP([-C in file lists])
 AT_KEYWORDS([files-from T-cd])
 
 AT_TAR_CHECK([
+AT_SORT_PREREQ
 >file1
 mkdir dir
 >dir/file2
@@ -31,13 +32,13 @@ AT_DATA([F1],[file1
 .
 ])
 tar cf archive -T F1
-tar tf archive
+tar tf archive | sort
 ],
 [0],
-[file1
-./
+[./
 ./file2
 ./file3
+file1
 ],[],[],[],[ustar])
 
 AT_CLEANUP
This page took 0.018907 seconds and 4 git commands to generate.