Update tests for change-extension's status

This commit is contained in:
Fabian Homborg 2021-10-24 11:15:25 +02:00
parent 5c28473183
commit de0a64a016

View file

@ -51,13 +51,13 @@ path change-extension '' ./foo.mp4
# CHECK: ./foo # CHECK: ./foo
path change-extension '' ../banana path change-extension '' ../banana
# CHECK: ../banana # CHECK: ../banana
# but status 1, because there was no extension. # still status 0, because there was an argument
echo $status echo $status
# CHECK: 1 # CHECK: 0
path change-extension '' ~/.config path change-extension '' ~/.config
# CHECK: {{.*}}/.config # CHECK: {{.*}}/.config
echo $status echo $status
# CHECK: 1 # CHECK: 0
path basename ./foo.mp4 path basename ./foo.mp4
# CHECK: foo.mp4 # CHECK: foo.mp4