comparison tests/test-revert-unknown.t @ 44724:5c2a4f37eace

tests: deal with "ls" vs "ls -A" difference on 2BSD derived systems BSD-derived systems will use "ls -A" when running as root. Adjust the test cases to always use the flag and include .hg and related output as appropiately. Differential Revision: https://phab.mercurial-scm.org/D8397
author Joerg Sonnenberger <joerg@bec.de>
date Fri, 10 Apr 2020 19:58:34 +0200
parents 4c94b6d0fb1c
children 55c6ebd11cb9
comparison
equal deleted inserted replaced
44723:28aacddf3af0 44724:5c2a4f37eace
22 R b 22 R b
23 ? unknown 23 ? unknown
24 24
25 Should show a and unknown 25 Should show a and unknown
26 26
27 $ ls 27 $ ls -A
28 .hg
28 a 29 a
29 unknown 30 unknown