git: 9front

Download patch

ref: 00ed3d709900446e50330b5f4f506147e7962291
parent: 65ca71742cd75844e8720d1e4324bd1d4bff972d
author: Jacob Moody <moody@posixcafe.org>
date: Sat Apr 26 19:46:31 EDT 2025

/sys/src/cmd/test: ramfs.rc: fix hardcoded 6.out

--- a/sys/src/cmd/test/ramfs.rc
+++ b/sys/src/cmd/test/ramfs.rc
@@ -11,7 +11,7 @@
 '
 
 fn assert{
-	aux/9pcon -ac '../6.ramfs -i' >/dev/null || exit $status
+	aux/9pcon -ac '../$O.ramfs -i' >/dev/null || exit $status
 }
 
 
--