mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix test 123 (assumed fsgqa shell was sh, now make it so), and 130.out which had incorrect golden output.
Merge of master-melb:xfs-cmds:26835a by kenmcd.
This commit is contained in:
@@ -29,7 +29,7 @@ _cleanup()
|
|||||||
|
|
||||||
_user_do()
|
_user_do()
|
||||||
{
|
{
|
||||||
echo $1 | su - $qa_user | sed -e "s#.*Permission denied.*#Permission denied#g"
|
echo $1 | su -s /bin/sh - $qa_user | sed -e "s#.*Permission denied.*#Permission denied#g"
|
||||||
}
|
}
|
||||||
|
|
||||||
# get standard environment, filters and checks
|
# get standard environment, filters and checks
|
||||||
|
|||||||
@@ -69,6 +69,8 @@ read 65536/65536 bytes at offset 0
|
|||||||
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||||
wrote 131072/131072 bytes at offset 65536
|
wrote 131072/131072 bytes at offset 65536
|
||||||
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||||
|
00000000: 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 aaaaaaaaaaaaaaaa
|
||||||
|
*
|
||||||
00010000: 62 62 62 62 62 62 62 62 62 62 62 62 62 62 62 62 bbbbbbbbbbbbbbbb
|
00010000: 62 62 62 62 62 62 62 62 62 62 62 62 62 62 62 62 bbbbbbbbbbbbbbbb
|
||||||
*
|
*
|
||||||
read 131072/131072 bytes at offset 0
|
read 131072/131072 bytes at offset 0
|
||||||
|
|||||||
Reference in New Issue
Block a user