From 9106e53684321f48244ae94fd50b0f7a41b5b723 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 7 Jul 2005 16:20:03 +0000 Subject: [PATCH] Pipe the output from `tar xfv' through sort. --- tests/pipe.at | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pipe.at b/tests/pipe.at index 8b73609..dd919d6 100644 --- a/tests/pipe.at +++ b/tests/pipe.at @@ -36,7 +36,7 @@ genfile --length 10240 --pattern zeros > directory/file1 genfile --length 13 > directory/file2 tar cf archive directory|sort 2>/dev/null mv directory orig -cat archive | tar xfv - +cat archive | tar xfv - | sort 2>/dev/null echo "separator" cmp orig/file1 directory/file1 echo "separator" @@ -49,4 +49,4 @@ separator separator ]) -AT_CLEANUP \ No newline at end of file +AT_CLEANUP -- 2.44.0