aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-08-03 09:18:28 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2018-08-03 09:18:28 +0000
commitfa91442f038df2aa1c424bea94a5c09d3a73892a (patch)
treeb64b0cc4cb2bf24605b7df14b2c908883888ddad
parent614214065de28498bc3a9661348a3397f0fce509 (diff)
test-manifest2.sh: Fix sorting of file lists.
Change-Id: I362aba30e9c129d059e45ebbd0c14fee10f509f8
-rwxr-xr-xtest-manifest2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-manifest2.sh b/test-manifest2.sh
index 4650a1f..4539352 100755
--- a/test-manifest2.sh
+++ b/test-manifest2.sh
@@ -496,8 +496,8 @@ check_log 1 '\.sh: line [0-9]\+' $TOP/test-mani-build1.txt $TOP/shell_error_1.tx
check_log 2 '\.sh: line [0-9]\+' $TOP/test-mani-build2.txt $TOP/shell_error_2.txt 'found shell errors' 'no shell errors found'
echo "======= CHECKING FILE LISTS"
-(cd $TOP/test; find . > $TOP/files_1.txt | sort)
-(cd $TOP/test2; find . > $TOP/files_2.txt | sort)
+(cd $TOP/test; find . | sort > $TOP/files_1.txt)
+(cd $TOP/test2; find . | sort > $TOP/files_2.txt)
(
set +e