Skip to content

Commit ba2fd30

Browse files
committed
tests/all.bas: Use /etc/hosts instead of /etc/hostname
1 parent 64574c2 commit ba2fd30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/distro-examples/tests

samples/distro-examples/tests/all.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inva=[1,-1,1;2,-1,2;3,2,-1]
1515
def expression(x) = x * 0.1
1616
DATA 1,"a"
1717

18-
print "ACCESS:" +IFF(ACCESS ("/etc/hostname") != 0, "<> 0", "0")
18+
print "ACCESS:" +IFF(ACCESS ("/etc/hosts") != 0, "<> 0", "0")
1919
print "APPEND:"; : APPEND c, "1", "2", "3", "4": PRINT c
2020
print "ARC:" ':ARC [STEP] x,y,r,astart,aend [,aspect [,color]] [COLOR color]
2121
print "AT:" ':AT x, y

0 commit comments

Comments
 (0)