diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-09-15 23:03:25 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-09-15 23:03:25 +0200 |
| commit | c9ff4f0a2a2cfa31964a307c08f9baa349565bbd (patch) | |
| tree | 780fd5b416c9c8a54b0d7933a70a2d49e4c8d549 /tools/init.c | |
| parent | d29012d30e158edc28d4467b69a95b5a3c68f04d (diff) | |
| download | elna-c9ff4f0a2a2cfa31964a307c08f9baa349565bbd.tar.gz | |
Add call pseudo instruction
Diffstat (limited to 'tools/init.c')
| -rw-r--r-- | tools/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/init.c b/tools/init.c index cb646bd..f463bcd 100644 --- a/tools/init.c +++ b/tools/init.c @@ -118,7 +118,6 @@ enum status run_test(const char *file_entry_name) close(pipe_ends[0]); int wait_status = 0; - wait(&wait_status); make_path(filename, "./expectations/", file_entry_name, ".txt"); |
