diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-11-02 12:07:43 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-11-02 12:07:43 +0000 |
commit | ecece5d6f342239c875832926ae08cb64e6b2065 (patch) | |
tree | 822e9cfffcb10aa51b76aa983b19c9e4f6d91b26 /t/op/lex_assign.t | |
parent | 136666271df3fddb92143e6fabf3bda463294b22 (diff) | |
download | perl-ecece5d6f342239c875832926ae08cb64e6b2065.tar.gz |
Decommission the symlink test.
p4raw-id: //depot/cfgperl@2182
Diffstat (limited to 't/op/lex_assign.t')
-rwxr-xr-x | t/op/lex_assign.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/lex_assign.t b/t/op/lex_assign.t index 845a314bf9..2b6c38d84a 100755 --- a/t/op/lex_assign.t +++ b/t/op/lex_assign.t @@ -179,7 +179,7 @@ chmod 'non-existent' # chmod utime 'non-existent' # utime rename 'non-existent', 'non-existent1' # rename link 'non-existent', 'non-existent1' # link -symlink 'non-existent', 'non-existent1' # symlink +'???' # symlink readlink 'non-existent', 'non-existent1' # readlink '???' # mkdir '???' # rmdir |