Fix path in GIMP examples
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
"files": [
|
||||
{
|
||||
"url": "https://drive.google.com/uc?export=download&id=18r4e9FqlMqqD1ltiHRixZkE_Jc865wgb",
|
||||
"path": "~/Desktop/white_background_with_object.xcf"
|
||||
"path": "Desktop/white_background_with_object.xcf"
|
||||
},
|
||||
{
|
||||
"url": "https://drive.google.com/uc?export=download&id=1D9rLa3XDEk5warlI0jVxcbixyr8SQm_C",
|
||||
"path": "~/Desktop/white_background_with_object.png"
|
||||
"path": "Desktop/white_background_with_object.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -24,7 +24,7 @@
|
||||
"parameters": {
|
||||
"command": [
|
||||
"gimp",
|
||||
"~/Desktop/white_background_with_object.xcf"
|
||||
"Desktop/white_background_with_object.xcf"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -87,12 +87,12 @@
|
||||
"func": "check_green_background",
|
||||
"expected": {
|
||||
"type": "vm_file",
|
||||
"path": "~/Desktop/white_background_with_object.png",
|
||||
"path": "Desktop/white_background_with_object.png",
|
||||
"dest": "white_background_with_object.png"
|
||||
},
|
||||
"result": {
|
||||
"type": "vm_file",
|
||||
"path": "~/Desktop/green_background_with_object.png",
|
||||
"path": "Desktop/green_background_with_object.png",
|
||||
"dest": "green_background_with_object.png"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user