From 1c5e93117d6951dc65d4914ee8e9507af143d2b4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 7 Nov 2014 14:36:02 -0600 Subject: BAS: Convert all BAS text scripts to BASIC files --- apps/examples/bas/tests/test04.bas | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'apps/examples/bas/tests/test04.bas') diff --git a/apps/examples/bas/tests/test04.bas b/apps/examples/bas/tests/test04.bas index 547f4ec28..f2755e5a9 100644 --- a/apps/examples/bas/tests/test04.bas +++ b/apps/examples/bas/tests/test04.bas @@ -1,34 +1,6 @@ -#!/bin/sh - -echo -n $0: 'REPEAT UNTIL loop... ' - -cat >test.bas <test.ref <test.data -if cmp test.ref test.data -then - rm -f test.* - echo passed -else - echo failed - exit 1 -fi -- cgit v1.2.3