Answered step by step
Verified Expert Solution
Question
1 Approved Answer
test/test-3-filesystem-move. cpp:7: FAILED: CHECK( /root/dir == fs.cd(dir) ) with expansion: /root/dir == dirdir test/test-3-filesystem-move. cpp:21: FAILED: CHECK( /root/dir/dir2 == fs.cd(dir2) ) with expansion: /root/dir/dir2 ==
test/test-3-filesystem-move. cpp:7: FAILED: CHECK( "/root/dir" == fs.cd("dir") ) with expansion: "/root/dir" == "dirdir" test/test-3-filesystem-move. cpp:21: FAILED: CHECK( "/root/dir/dir2" == fs.cd("dir2") ) with expansion: "/root/dir/dir2" == "dir2dir2" test/test-3-filesystem-move. cpp:24: FAILED: CHECK( "/root/dir/dir3" == fs. cd("dir3") ) with expansion: "/root/dir/dir3" == "dir3dir3" test/test-3-filesystem-move. cpp:31: FAILED: CHECK( "file/dir renamed successfully" == fs.mv("file1", "file2") ) with expansion: "file/dir renamed successfully" "file1/file2 renamed successfully"
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started