comparison tests/test-amend-patch.t @ 5269:baa0b481eec5

tests: deal with "ls" vs "ls -A" difference on 2BSD derived systems ls on 2BSD derived systems historically defaults to -A for root, so use it unconditionally for consistent results.
author Joerg Sonnenberger <joerg@bec.de>
date Thu, 09 Apr 2020 19:50:03 +0200
parents 900668a93629
children 417503ef667d
comparison
equal deleted inserted replaced
5268:277b45cf0dda 5269:baa0b481eec5
255 +Gello 255 +Gello
256 256
257 $ hg status 257 $ hg status
258 ? editor.sh 258 ? editor.sh
259 259
260 $ ls 260 $ ls -A
261 .hg
261 changedfile 262 changedfile
262 editor.sh 263 editor.sh
263 264
264 Handling both deletions and additions 265 Handling both deletions and additions
265 ------------------------------------- 266 -------------------------------------