Skip to content
Snippets Groups Projects
Commit 0d82703b authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Made this test immune to strange LOCALE settings that may change the order of a versus empty string

parent 0ccc7b89
Branches
Tags
No related merge requests found
......@@ -6,5 +6,5 @@ stager_qry -M <noTapeFileName>
stager_qry -M <noTapeFileName1>
stager_abort -r <uuid0> >& <tmpLocalFileName>
head --lines=-2 <tmpLocalFileName>
tail --lines=2 <tmpLocalFileName> | sort -k 3
tail --lines=2 <tmpLocalFileName> | sed 's/ */ /g' | sort -k 3
stager_qry -M <noTapeFileName> -M <noTapeFileName1>
<fileid1> : error 22 : Cannot abort failed subRequest
<fileid> : aborted
<fileid1> : error 22 : Cannot abort failed subRequest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment