Skip to content

Commit

Permalink
goofys test updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SooLee committed Feb 4, 2021
1 parent 9442b53 commit 8413d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/awsf3/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@ def test_create_mount_command_list():
mcfile_content = f.read()

right_content = ('mkdir -p /data1/input-mounted-somebucket\n'
'goofys-latest -f somebucket /data1/input-mounted-somebucket &\n'
'goofys -f somebucket /data1/input-mounted-somebucket &\n'
'mkdir -p /data1/input-mounted-somebucket2\n'
'goofys-latest -f somebucket2 /data1/input-mounted-somebucket2 &\n')
'goofys -f somebucket2 /data1/input-mounted-somebucket2 &\n')

assert mcfile_content == right_content
os.remove(mountcommand_filename)
Expand Down

0 comments on commit 8413d81

Please sign in to comment.