Have the VMS build system catch up with the 1.0.0-stable branch.
diff --git a/test/testss.com b/test/testss.com
index 6b31f72..6598106 100644
--- a/test/testss.com
+++ b/test/testss.com
@@ -2,7 +2,7 @@
 $
 $	__arch := VAX
 $	if f$getsyi("cpu") .ge. 128 then -
-	   __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+	   __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
 $	if __arch .eqs. "" then __arch := UNK
 $	exe_dir := sys$disk:[-.'__arch'.exe.apps]
 $