diff --git a/test/test-make-build.script b/test/test-make-build.script
index bd8d24c92285123abce4f15405783377621abc00..ca5075774d0f2682b13e790685efcf31ceae6069 100644
--- a/test/test-make-build.script
+++ b/test/test-make-build.script
@@ -10,6 +10,4 @@
 
 (make-build 'sample-system
             :type :program :monolithic t
-            #+(and ecl (not os-windows)) :name-suffix #+(and ecl (not os-windows)) ""
-            #+allegro :name-suffix #+allegro ".exe" ;; but in allegro 9.0 pathname translation of :unspecific(!)
             #+ecl :epilogue-code #+ecl '(println "blue sky"))