Shell Challenge in C. Stuck on #GP4

I’m stuck on Stage #GP4

I’ve tried using printf to confirm that the tester switched to it’s home directory, and it appears it does so. Testing my program on my local machine shows that it runs as intended. I saw the exact same error was experienced for people attempting this challenge in GO, and it was claimed to be an error with the tester.

Here are my logs:

remote: [tester::#GP4] Running tests for Stage #GP4 (Navigation - The cd builtin: Home directory)
remote: [tester::#GP4] Running ./your_program.sh
remote: [your-program] $ cd /tmp/pear/strawberry/pear
remote: [your-program] $ pwd
remote: [your-program] /tmp/pear/strawberry/pear
remote: [tester::#GP4] Received current working directory response
remote: [your-program] $ cd ~
remote: [tester::#GP4] Expected prompt ("$ ") but received “”
remote: [tester::#GP4] Assertion failed.
remote: [tester::#GP4] Test failed

Hi, thanks for your post!

I’m currently out of the office and will return on Feb 3. I’ll get back to you as soon as possible after I’m back.