diff options
Diffstat (limited to 'coreutils/test.c')
-rw-r--r-- | coreutils/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/test.c b/coreutils/test.c index d8af4dcf3..139f1db75 100644 --- a/coreutils/test.c +++ b/coreutils/test.c | |||
@@ -650,7 +650,7 @@ static int filstat(char *nm, enum token mode) | |||
650 | if (mode == FILEX) { | 650 | if (mode == FILEX) { |
651 | char *p; | 651 | char *p; |
652 | 652 | ||
653 | if (execable_file(nm)) { | 653 | if (file_is_executable(nm)) { |
654 | return 1; | 654 | return 1; |
655 | } | 655 | } |
656 | else if ((p=win32_execable_file(nm))) { | 656 | else if ((p=win32_execable_file(nm))) { |