# ----------------------------------------------------
# Test 02: create file with nokeep
# ----------------------------------------------------
# - makesure that the file being created is still held even with nokeep
# - the file must still exist until end of wmake execution

test1: test .symbolic
    @-diff test.2 test.3
test: .symbolic
    @-diff <<test.1 <<test.2
HELLO
BOO
<<NOKEEP
HELLO
BOO2
<<
    @-diff test.1 <<test.3
HELLO1
BOO
<<
