Ordered test and golden output files as test was failing due to sizeof( xfs_alloctype...
[xfstests-dev.git] / 122
diff --git a/122 b/122
index 900af2a281985583463d12259b763fa6a42ac2d7..56190cf61112a2c0459f9106da177573a8f1ca9c 100755 (executable)
--- a/122
+++ b/122
@@ -143,6 +143,6 @@ echo 'return 0; }' >>$cprog
 
 # create and run program
 cc -o $oprog $cprog
-eval $oprog
+eval $oprog | LC_COLLATE=POSIX sort
 
 status=0