about summary refs log tree commit diff
path: root/src/skaembutils/s6-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/skaembutils/s6-test.c')
-rw-r--r--src/skaembutils/s6-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skaembutils/s6-test.c b/src/skaembutils/s6-test.c
index d2d3b76..474eded 100644
--- a/src/skaembutils/s6-test.c
+++ b/src/skaembutils/s6-test.c
@@ -424,7 +424,7 @@ static int run (struct node const *tree, unsigned int root)
       unsigned int fd ;
       if (!uint0_scan(tree[tree[root].arg1].data, &fd))
         strerr_dief2x(100, tree[root].data, " requires an integer argument") ;
-      return isatty((int)fd) ;
+      return isatty(fd) ;
     }
     case T_NONZERO :
       return tree[tree[root].arg1].data[0] ;