changeset 23375:0c59e3b744dd

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.
author Mike Miller <mtmiller@octave.org>
date Sat, 08 Apr 2017 17:41:52 -0700
parents a84c5a702035
children 7332287221a9
files test/system.tst
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"));