X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fsystem%2Fcomet2%2Ferr_204%2Fcreate_a.c;h=9ed8d03aaa5732f09bad8e16db63db0afde0b365;hb=7ac339dcd755848e9820142422752fbdc8186b5c;hp=619d795ca2041d7d023b3954aef6c8cb74bc347c;hpb=8aa7ec78eb2670d38c077efa8a013d27fe38c19c;p=YACASL2.git diff --git a/test/system/comet2/err_204/create_a.c b/test/system/comet2/err_204/create_a.c index 619d795..9ed8d03 100644 --- a/test/system/comet2/err_204/create_a.c +++ b/test/system/comet2/err_204/create_a.c @@ -10,7 +10,7 @@ int main() { FILE *fp; const WORD w[] = {0x1010, 0x0005, 0x2810, 0x0006, 0x8100, 0x0003, 0x0001}; - const char *f = "a.comet"; + const char *f = "a.o"; if((fp = fopen(f, "w")) == NULL) { perror(f);