summary refs log tree commit diff
path: root/bin/cash/tests/builtins/cd7.0
blob: 2219b7b45f4b9dc2dad92013fc2298b88fc5a398 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD: releng/12.0/bin/sh/tests/builtins/cd7.0 222381 2011-05-27 20:01:46Z jilles $

set -e
cd /usr/bin
[ "$PWD" = /usr/bin ]
CDPATH=/:
cd .
[ "$PWD" = /usr/bin ]
cd ./
[ "$PWD" = /usr/bin ]
cd ..
[ "$PWD" = /usr ]
cd /usr/bin
cd ../
[ "$PWD" = /usr ]
1?id=3498b2aca73c1341f7807f6dbdbaf1ce1d8ff51b&follow=1'>Reformat STANDARDS sectionJune McEnroe 2020-12-15Add DNS and SRV RFCs to STANDARDSJune McEnroe 2020-12-15Remove dependency on dig/drillJune McEnroe 2020-12-15Add -lresolv on macOS, LinuxJune McEnroe 2020-12-15Implement getservinfo for SRV lookupJune McEnroe 2020-10-29Update README build instructions 1.2June McEnroe 2020-10-29Say OpenSSL in additional permission noticesJune McEnroe 2020-10-27Refactor IMAP structJune McEnroe 2020-10-27Rewrite compat and add configure scriptJune McEnroe 2020-10-24Use open_memstream rather than fmemopenJune McEnroe 2020-06-08Add additional permission for linking with LibreSSLJune McEnroe 2020-05-05Update email addresses 1.1June McEnroe 2020-05-05Update compat.h for split read/write streamsJune McEnroe 2020-05-05Encode the path as Subject with QJune McEnroe 2020-05-04Clean up notemap with dataCheckJune McEnroe 2020-05-04Update IMAP parserJune McEnroe 2020-04-08Use a real IMAP parserJune McEnroe 2020-01-28Call fopencookie with a+ 1.0June McEnroe 2020-01-28Add arc4random_buf compatibilityJune McEnroe