Quote URL
Signed-off-by: Nikolay Edigaryev <edigaryev@gmail.com>
This commit is contained in:
		
							parent
							
								
									b3f9559c87
								
							
						
					
					
						commit
						3e168b19f2
					
				|  | @ -63,7 +63,7 @@ cid=$(jq -r '.Id' <<<"$output") | ||||||
| # Prior to the fix in #6835, this would fail 500 "args must not be empty" | # Prior to the fix in #6835, this would fail 500 "args must not be empty" | ||||||
| t POST   libpod/containers/${cid}/start '' 204 | t POST   libpod/containers/${cid}/start '' 204 | ||||||
| # Container should exit almost immediately. Wait for it, confirm successful run | # Container should exit almost immediately. Wait for it, confirm successful run | ||||||
| t POST   libpod/containers/${cid}/wait?condition=stopped&condition=exited  '' 200 '0' | t POST   "libpod/containers/${cid}/wait?condition=stopped&condition=exited"  '' 200 '0' | ||||||
| t GET    libpod/containers/${cid}/json 200 \ | t GET    libpod/containers/${cid}/json 200 \ | ||||||
|   .Id=$cid \ |   .Id=$cid \ | ||||||
|   .State.Status~\\\(exited\\\|stopped\\\) \ |   .State.Status~\\\(exited\\\|stopped\\\) \ | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue