# HG changeset patch # User Mike Miller # Date 1491698512 25200 # Node ID 0c59e3b744ddcf0b8dff219a674a06a4c1477289 # Parent a84c5a7020350b187f8cbb86cb0cdaff54155326 system.tst: don't compare expansion of bare tilde to system user database * system.tst: Don't compare expansion of bare tilde to system user database, test fails when $HOME points to a different directory. diff -r a84c5a702035 -r 0c59e3b744dd test/system.tst --- a/test/system.tst Sat Apr 08 16:44:40 2017 -0700 +++ b/test/system.tst Sat Apr 08 17:41:52 2017 -0700 @@ -216,7 +216,6 @@ %!testif HAVE_GETPWUID %! x = getpwuid (getuid ()); -%! assert (x.dir, tilde_expand ("~")); %! assert (x.dir, tilde_expand (sprintf ("~%s", x.name))); %! assert ("foobar", tilde_expand ("foobar"));