aboutsummaryrefslogtreecommitdiff
path: root/tests/path-entry/testscript
blob: bc7e38934ac6d58c28ab04f5c0f9e2efb621c023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# file      : tests/path-entry/testscript
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

: existing
:
{
  : file
  :
  : Note that the newline character is translated into 2 characters being
  : printed on Windows. This why we exclude it, to get consistent behavior on
  : both POSIX and Windows.
  :
  cat <:'abc' >=f;
  $* f >>EOO
  regular
  3
  EOO

  : dir
  :
  : Note that the size value is meaningless for directory entries.
  :
  mkdir -p d;
  $* d >>~/EOO/
  directory
  /.
  EOO
}

: non-existent
:
$* f == 1