Add smoke test for timezone loading (#114)
This commit is contained in:
@ -6,6 +6,7 @@ int main(int argc, char *argv[]) {
|
||||
s = strdup(argv[0]);
|
||||
s[0] = 'Z';
|
||||
f = fopen("/dev/null", "w");
|
||||
fputs(_gc(xiso8601ts(NULL)), f);
|
||||
fputs(_gc(xasprintf("hello world %d %s\n", argc, s)), f);
|
||||
fclose(f);
|
||||
rc = system("exit 42");
|
||||
|
||||
Reference in New Issue
Block a user