ref: 62128e17c888e12e96a4a4b83625512e2d327420
parent: fed414fbad711061ab50b5a9342d50f168274494
author: Jacob Moody <moody@posixcafe.org>
date: Sat Apr 26 19:35:21 EDT 2025
/sys/src/cmd/test: test.rc: avoid use of /adm/users with gefs /adm is not bound by default.
--- a/sys/src/cmd/test/test.rc
+++ b/sys/src/cmd/test/test.rc
@@ -84,8 +84,8 @@
t 0 -x /bin/rc
#t 0 -c /dev/null
#t 0 -b /dev/fd0a -o -b /dev/rfd0a -o true
-t 0 -f /adm/users
-t 0 -s /adm/users
+t 0 -f /lib/ndb/common
+t 0 -s /lib/ndb/common
t 1 ! '(' 700 -le 1000 -a -n 1 -a 20 '=' 20 ')'
t 0 100 -eq 100
--
⑨