Skip to content

Commit

Permalink
Fix building unlink_fstat00 unlink test case
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <areber@redhat.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
  • Loading branch information
adrianreber authored and xemul committed Jul 9, 2018
1 parent b988fae commit a9e29bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/zdtm/static/unlink_fstat00.c
Expand Up @@ -9,6 +9,14 @@

#include "zdtmtst.h"

#ifndef __O_TMPFILE
#define __O_TMPFILE 020000000
#endif

#ifndef O_TMPFILE
#define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
#endif

const char *test_doc = "Open, unlink, change size, seek, migrate, check size";

#ifdef UNLINK_FSTAT04
Expand Down

0 comments on commit a9e29bc

Please sign in to comment.